Skip to content

Fix Clippy in shredding part 1:#4

Open
alamb wants to merge 1 commit intocmu-db:shredding-variant-part1from
alamb:shredding-variant-part1
Open

Fix Clippy in shredding part 1:#4
alamb wants to merge 1 commit intocmu-db:shredding-variant-part1from
alamb:shredding-variant-part1

Conversation

@alamb
Copy link
Copy Markdown

@alamb alamb commented Sep 4, 2025

// Create nested structure: {"a": {"x": 55}, "b": 42}
let mut obj = builder.new_object();
obj.insert("a", a_variant);
let mut a_obj = obj.new_object("x");
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the API for making nested structures appears to have changed, so I updated the tests to use the new API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant